From 2a0a856896a08de72fe797502a723c051652eb29 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 23 Aug 2005 17:32:44 +0000 Subject: [PATCH] Minor cleanup. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/blkback/common.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/blkback/common.h b/linux-2.6-xen-sparse/drivers/xen/blkback/common.h index 3ea4f17b92..fbac4a4065 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkback/common.h +++ b/linux-2.6-xen-sparse/drivers/xen/blkback/common.h @@ -57,11 +57,6 @@ typedef struct blkif_st { struct vbd vbd; /* Private fields. */ enum { DISCONNECTED, CONNECTED } status; - /* - * DISCONNECT response is deferred until pending requests are ack'ed. - * We therefore need to store the id from the original request. - */ - u8 disconnect_rspid; #ifdef CONFIG_XEN_BLKDEV_TAP_BE /* Is this a blktap frontend */ unsigned int is_blktap; @@ -102,8 +97,6 @@ void vbd_free(struct vbd *vbd); unsigned long vbd_size(struct vbd *vbd); unsigned int vbd_info(struct vbd *vbd); unsigned long vbd_secsize(struct vbd *vbd); -void vbd_destroy(blkif_be_vbd_destroy_t *delete); -void destroy_all_vbds(blkif_t *blkif); struct phys_req { unsigned short dev; -- 2.30.2